home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-1.iso / program / ahp144.zip / SDN.ID < prev    next >
Text File  |  1995-12-18  |  4KB  |  71 lines

  1. AHELP 1.44 Advanced Help Library for Clipper S'87 and CA-Clipper 5.x
  2. DOS JAN96 CA CLIPPER HELP LIBRARY DATABASE INDEX DBASE CONTEXT
  3. FILES: ahp144.zip
  4.  
  5. Author: Jim Hass
  6. Registration: $95.00 U.S.
  7. Category: Programming
  8. E-Mail: 73057.3113@compuserve.com
  9.  
  10. This help system, for use with your Clipper applications, provides
  11. both context-sensitive and generalized help windows. Features included
  12. with version 1.4 of AHELP (shareware) are:
  13.  
  14. *  control whether help windows have no border, a single-line border, or
  15.    a double-line border.
  16. *  control whether the cross-bars drawn inside the help windows have no
  17.    line, a single line, or a double line.
  18. *  automatically determines the appropriate intersections.
  19. *  control what colors AHELP will use for the help window border, title,
  20.    content, and highlight bar in the help index window.
  21. *  control whether or not the end user has the ability to create or
  22.    modify help windows.
  23. *  control whether or not the help windows have drop shadows.
  24. *  automatically positions the help window immediately below the screen
  25.    position of the input variable (e.g., a GET variable) if the window
  26.    will fit there; otherwise, the window appears immediately above the
  27.    input variable.
  28. *  provides a help index; whenever any help window is on the screen,
  29.    the user may press F1 to see the help index.  The help index is
  30.    another window with a scrolling alphabetic listing of help subjects.
  31.    The user uses the cursor control keys to highlight the subject of
  32.    interest, and presses Enter to see the corresponding help window.
  33.    The user may also type the first letter of the subject to move the
  34.    highlight bar immediately to the first occurrence of that letter.
  35. *  is sensitive to the Clipper environment.  If the cursor is off when
  36.    help is invoked, it will be off when control returns to your
  37.    application.  Conversely, if the cursor is on when help is invoked,
  38.    it will be on when control returns to your application.  The same
  39.    principle applies to colors, function keys, insert status, work area,
  40.    and the status of SET CONSOLE, DELETED, ESCAPE, and SCOREBOARD.
  41. *  does not use any "wait state" commands (READ, WAIT, ACCEPT, INPUT,
  42.    MENU TO), to avoid conflicts with any pending GETs.  It uses the
  43.    INKEY() function for all keyboard input, with two exceptions: it
  44.    calls DBEDIT() for the help index window and MEMOEDIT() for
  45.    displaying/editing help text.
  46.  
  47. When the user presses the help key while your application is in any wait
  48. state, Clipper automatically calls AHELP with three parameters: the name
  49. of the procedure in control when the key was pressed, the line number
  50. that was executing, and the name of the wait state input variable. AHELP
  51. uses the first and third parameters to construct a "seek key".  It opens
  52. the help file and performs a seek for that key.
  53.  
  54. If the key is found, AHELP5 opens a help window and displays the help
  55. text. The window is opened as close as possible to the input variable
  56. screen position. If the key is not found, AHELP5 opens a smaller help
  57. window in the center of the screen and notifies the user that no help
  58. is available. Either window will show available options at the bottom
  59. of the window: Escape to cancel help, F1 to call up the help index, and
  60. F4 to edit or create the help display (if editing is enabled).
  61.  
  62. The registered version contains full source code and additional features.
  63.  
  64. Hardware Requirements: IBM compatible computer, 512K RAM.
  65.  
  66. Other Requirements: Clipper Summer '87 or CA-Clipper version 5.x
  67.  
  68. MicroFox Company  (ESC) [ASAP]  <ASP>  {STAR}  and  Capella Inc.
  69.  
  70. World Wide Web Page at http://ourworld.compuserve.com/hompages/microfox
  71.